projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
797b3bd
)
Properly document GtkAccessible:accessible-role
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 25 Aug 2020 10:30:46 +0000
(11:30 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 25 Aug 2020 15:36:08 +0000
(16:36 +0100)
Use a gtk-doc stanza, instead of the GParamSpec strings.
gtk/gtkaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.c
b/gtk/gtkaccessible.c
index b136f1a946e673199ba1cc7b239d3e509bc41a14..79b56f6eeb38f334139abea4b4f24167d6ab96b8 100644
(file)
--- a/
gtk/gtkaccessible.c
+++ b/
gtk/gtkaccessible.c
@@
-55,6
+55,13
@@
G_DEFINE_INTERFACE (GtkAccessible, gtk_accessible, G_TYPE_OBJECT)
static void
gtk_accessible_default_init (GtkAccessibleInterface *iface)
{
+ /**
+ * GtkAccessible:accessible-role:
+ *
+ * The accessible role of the given #GtkAccessible implementation.
+ *
+ * The accessible role cannot be changed once set.
+ */
GParamSpec *pspec =
g_param_spec_enum ("accessible-role",
"Accessible Role",